﻿/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
	letter-spacing: .5px;
	outline: none;
}
body, button, input, select, textarea {
	font: 14px/1.5 '微软雅黑', tahoma, Srial, helvetica, sans-serif;
	color: #333;
	letter-spacing: .5px;
	overflow-x: hidden!important;
}

ul {
	list-style-type: none;
}
img {
	border: medium none;
}
img, input, select {
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-family: Arial, Tahoma, 微软雅黑;
}

a:hover {
	color: #0067AC;
}
